'宣言 Public Function Iterate( _ ByVal incrementor As System.Func(Of T,T) _ ) As System.Collections.Generic.IEnumerable(Of T)
public System.Collections.Generic.IEnumerable<T> Iterate( System.Func<T,T> incrementor )
パラメータ
- incrementor
- 1 つの値を受け取り、次の値を返す関数。
戻り値の型
範囲内の項目。